home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #45 (1990-06-20)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #45 (1990-06-20)(Amiga User Gruppe Einzugsgebiet 4000).adf / ANWENDUNGEN / Ncomm / Install < prev    next >
Text File  |  1990-06-08  |  440b  |  22 lines

  1. failat 100
  2. echo "Setting up NComm: assignment ..."
  3. assign NComm:
  4. assign NComm: ""
  5.  
  6. echo "Installing XPRZmodem.library in libs: ..."
  7. copy XPRZmodem.library libs:
  8.  
  9. echo "Installing IBM fonts in fonts: ..."
  10. echo "(if the makedir fails, the directories already exist)"
  11.  
  12. makedir fonts:NComm1
  13. copy NComm1.font fonts:
  14. copy NComm1.8 fonts:NComm1/8
  15.  
  16. makedir fonts:NComm2
  17. copy NComm2.font fonts:
  18. copy NComm2.8 fonts:NComm2/8
  19.  
  20. echo "All done."
  21. endcli
  22.